add rust news page#1237
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
genedna
approved these changes
Jul 16, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds a new Rust news listing page, integrates it into the Rust landing section, and adjusts global layout scrolling behavior.
- Change global scroll behavior from
overflow-hiddentooverflow-auto. - Introduce
/rust/rust-newspage with static news data and a search/filter UI. - Update Rust index page and sidebar to surface the new News section and remove old Cratespro references.
Reviewed Changes
Copilot reviewed 5 out of 13 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| styles/global.css | Switched main wrapper overflow from hidden to auto |
| pages/[org]/rust/rust-news/index.tsx | Added Rust News page with static data and search UI |
| pages/[org]/rust/index.tsx | Updated landing cards to include "Rust News" option |
| pages/[org]/cratespro/index.tsx | Removed deprecated Cratespro index page |
| components/Sidebar/SidebarCratespro.tsx | Renamed link to point at Rust section instead of Cratespro |
Comments suppressed due to low confidence (2)
moon/apps/web/components/Sidebar/SidebarCratespro.tsx:1
- [nitpick] The component is still named
SidebarCratesprobut now links to Rust; consider renaming the file and component toSidebarRustfor consistency.
// import { ChatBubblePlusIcon } from '@gitmono/ui/Icons'
moon/apps/web/pages/[org]/rust/rust-news/index.tsx:1
- No tests accompany the new RustNewsPage or its filter logic; add unit or integration tests to validate key behaviors like filtering and rendering.
import Head from 'next/head'
benjamin-747
approved these changes
Jul 17, 2025
liuyangjuncong20202570
pushed a commit
to liuyangjuncong20202570/mega
that referenced
this pull request
Jul 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.